std::deque::get_allocator
From Cppreference
| allocator_type get_allocator() const;
| ||
Returns the allocator associated with the container.
Contents |
Parameters
(none)
Return value
the associated allocator
Complexity
constant
See also
| This section is incomplete |